From 230c6b36449eaf757a67f55210c68ed599743649 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 4 Jun 1993 02:39:51 +0000 Subject: [PATCH] (kill-ring-save): Doc fix. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index a2b900d5b5a..c8cf33c10e4 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1064,7 +1064,7 @@ system cut and paste." (defun kill-ring-save (beg end) "Save the region as if killed, but don't kill it. -This command is similar to copy-region-as-kill, except that it gives +This command is similar to `copy-region-as-kill', except that it gives visual feedback indicating the extent of the region being copied. If `interprogram-cut-function' is non-nil, also save the text for a window system cut and paste." -- 2.30.2